home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mesolore
/
Mesolore - Disc 1.iso
/
mac
/
data
/
toolmenu.dir
/
00001_Script_1
next >
Wrap
Text File
|
2001-01-27
|
159b
|
11 lines
on exitFrame
repeat with x in[1,2,3,4,5,6]
if rollover(x) then
roll x
else
unroll x
end if
end repeat
go the frame
end